home *** CD-ROM | disk | FTP | other *** search
- //=--------------------------------------------------------------------------=
- // Resource.H
- //=--------------------------------------------------------------------------=
- // Copyright 1995 Microsoft Corporation. All Rights Reserved.
- //
- // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
- // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
- // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
- // PARTICULAR PURPOSE.
- //=--------------------------------------------------------------------------=
- //
- // resource IDs.
- //
- #ifndef _RESOURCE_H_
-
- #define RESID_TOOLBOX_BITMAP 1
-
-
- //=--------------------------------------------------------------------------=
- // Strings
- //
- #define IDS_PROPERTIES 1000 // this MUST be 1000 !!!
- #define IDS_BUTTON_GENERALPAGETITLE 2003
- #define IDS_BUTTON_GENERALDOCSTRING 2004
- #define IDS_BUTTON_ABOUTBOXVERB 2005
-
-
- //=--------------------------------------------------------------------------=
- // Dialog Stuff
- //
- #define IDD_PROPPAGE_BUTTONGENERAL 2000
-
- #define IDC_CAPTION 2100
-
- #define _RESOURCE_H_
- #endif // _RESOURCE_H_
-